From: Glenn Morris Date: Fri, 10 Dec 2010 03:47:49 +0000 (-0800) Subject: * lisp/files.el (diff-no-select): Declare. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5421 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e92c675d070cf25df9a187c9321b2a2d60fc2f14;p=emacs.git * lisp/files.el (diff-no-select): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9de9ea9b50f..2673acfc1c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-12-10 Glenn Morris + * files.el (diff-no-select): Declare. + * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties. (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables. diff --git a/lisp/files.el b/lisp/files.el index 43ba34f8bef..09e2a4e0725 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4500,6 +4500,9 @@ Before and after saving the buffer, this function runs (setq buffer-backed-up nil)))))) setmodes)) +(declare-function diff-no-select "diff" + (old new &optional switches no-async buf)) + (defvar save-some-buffers-action-alist `((?\C-r ,(lambda (buf)